home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / Shadez_TheBlackOperations_fla / Control_171.as < prev    next >
Text File  |  2011-08-19  |  422b  |  22 lines

  1. package Shadez_TheBlackOperations_fla
  2. {
  3.    import flash.display.MovieClip;
  4.    import flash.display.SimpleButton;
  5.    
  6.    public dynamic class Control_171 extends MovieClip
  7.    {
  8.        
  9.       
  10.       public var bPause:SimpleButton;
  11.       
  12.       public var bPlay:SimpleButton;
  13.       
  14.       public var bFast:SimpleButton;
  15.       
  16.       public function Control_171()
  17.       {
  18.          super();
  19.       }
  20.    }
  21. }
  22.